home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / blrmu13.zip / CRSR.DOC < prev    next >
Text File  |  1991-10-09  |  885b  |  30 lines

  1. *-----------------------------
  2. *  CRSR.DOC
  3. *-----------------------------
  4. *  CRSR = cursor off/on
  5. *-----------------------------
  6.  
  7.     this program either turns off the cursor
  8.     ( after saving the first and last line values )
  9.     ( in the space occupied by an empty interrupt address, )
  10.     ( such as user interrupts ( UI ) 60h thru 66h )
  11.  
  12.     or turns it back on
  13.     ( using the first and last line values previously stored ) -
  14.  
  15.     this program will check UI 60h thru 66h for you,
  16.     and if it finds one of them empty,
  17.     then it will act on the passed parameter -
  18.  
  19.     if all of these UI's are being used, then this program will put out a
  20.     message stating such, and terminate -
  21.  
  22.     crsr syntax :
  23.  
  24.     crsr       ( default = turn cursor off )
  25.     crsr off   ( turns cursor off )
  26.     crsr on    ( turns cursor on  )
  27.  
  28.     Bud Rasmussen
  29.     10/09/91
  30.